object Form2: TForm2 Left = 372 Top = 229 ActiveControl = Button1 BorderStyle = bsToolWindow Caption = 'Ulozeni souboru' ClientHeight = 67 ClientWidth = 270 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poMainFormCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 40 Top = 16 Width = 194 Height = 16 Alignment = taCenter Caption = 'Tento dokument neni ulozen' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 24 Top = 40 Width = 89 Height = 25 Caption = 'Ulozit' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 160 Top = 40 Width = 89 Height = 25 Caption = 'Neukladat' TabOrder = 1 OnClick = Button2Click end end